Movie Toolbox Clock Support Functions
The Movie Toolbox provides a number of support functions for clock components. All of these functions help your component manage its associated callback functions. Your clock component may call any of these functions at interrupt time. These functions should only be called by clock components.Use the
AddCallBackToTimeBasefunction to add a callback event to the list of scheduled callback events maintained by the Movie Toolbox. You should use theRemoveCallBackFromTimeBasefunction to remove a callback event from the list.When your clock component determines that it is time to invoke a callback function, you should use the
ExecuteCallBackfunction to cause the Movie Toolbox to call the function.If your clock component needs to scan all its associated callback events, you can use the
GetFirstCallBackandGetNextCallBackfunctions.